home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
misc
/
easyproc.lha
/
EasyProcess
/
Source
/
Dragon
/
Dragon.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-08
|
396 b
|
19 lines
struct Dragon
{
struct RastPort RastPort;
WORD Day, Cell,
DragonX, DragonY,
DuplicateCount,
KindCount,
MoveX[32], MoveY[32],
Duplicate[32][32];
};
void main (void);
void MakeDragon (struct Dragon *);
void Dragon (WORD Day, WORD Cell, struct Dragon *);
WORD ReadNumber (BYTE *Buffer, WORD *PosPtr);
WORD Load (struct Dragon *);
void SetUp (void);
void CleanUp(void);